home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / nameless.swf / scripts / DefineButton2_107 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-06-09  |  101 b   |  6 lines

  1. on(release){
  2.    _root.stopAllSounds();
  3.    stopAllSounds();
  4.    _root.gotoAndPlay("level1Cut");
  5. }
  6.